*************************************
    checkbox-populate-text.xml
*************************************

- Requires: Build 680 or later

- Skill Level: medium

This job shows the JavaScript needed to populate a set of 
fields based on the checking of a box.


*************************************
    simple-calc.xml
*************************************

- Requires: Build 664 or later

- Skill Level: medium

This job shows how we can use a popular JavaScript library to 
perform simple calculations on fields.


*************************************
    show-hide-full-pages.xml
*************************************

- Requires: Build 671 or later

- Skill Level: medium

This job shows how we can leverage the power of RackForms
exposing all parts of the page to us to create a custom page show/hide
feature. This would be handy for times when we want to use a free-form page
but still show and hide all elements. Unlike Sortable pages, when we hide
elements the page doesn;t fold up along with the hidden elements,
which means we get unwanted white space. This solution fixes that issue.


*************************************
    tally_fields.xml
*************************************

- Requires: Build 589 or later

- Skill Level: low

Shows how to use vanilla JavaScript to perform simple
page tally operations. 


*************************************
    submit_rollover.xml
*************************************

- Requires: Build 589 or later

- Skill Level: low

This job shows how we can create image rollovers
by attaching event handlers to an image items:
Extra Attribute(s) JS Style Etc field.


